Add icons for frame buttons
authorMatthias Clasen <mclasen@redhat.com>
Sat, 16 Mar 2013 23:11:26 +0000 (19:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 17 Mar 2013 16:19:50 +0000 (12:19 -0400)
Add window-minimize, window-maximize, window-restore and window-delete
icons to the builtin icon theme. These will be used for icons in
the window buttons, and the expectation is that the icon theme
will provide icons matching the desired decoration style.

window-delete is used instead of window-close, since window-close
is also used for GTK_STOCK_CLOSE, and the two may require different
styles when used inside the application vs in the window frame.

gtk/Makefile.am
gtk/stock-icons/16/window-delete.png [new file with mode: 0644]
gtk/stock-icons/16/window-maximize.png [new file with mode: 0644]
gtk/stock-icons/16/window-minimize.png [new file with mode: 0644]
gtk/stock-icons/16/window-restore.png [new file with mode: 0644]

index 4efdd3ff8a2936c2f22ab67ccf147a498d269144..03f3e3113a461fc2e9eed7d627c6ca35e505b425 100644 (file)
@@ -1376,6 +1376,10 @@ STOCK_ICONS = \
        stock-icons/16/list-add.png                     \
        stock-icons/16/media-optical.png                \
        stock-icons/16/window-close.png                 \
+       stock-icons/16/window-minimize.png              \
+       stock-icons/16/window-maximize.png              \
+       stock-icons/16/window-restore.png               \
+       stock-icons/16/window-delete.png                \
        stock-icons/16/gtk-connect.png                  \
        stock-icons/16/gtk-convert.png                  \
        stock-icons/16/edit-clear.png                   \
diff --git a/gtk/stock-icons/16/window-delete.png b/gtk/stock-icons/16/window-delete.png
new file mode 100644 (file)
index 0000000..429401c
Binary files /dev/null and b/gtk/stock-icons/16/window-delete.png differ
diff --git a/gtk/stock-icons/16/window-maximize.png b/gtk/stock-icons/16/window-maximize.png
new file mode 100644 (file)
index 0000000..6f10840
Binary files /dev/null and b/gtk/stock-icons/16/window-maximize.png differ
diff --git a/gtk/stock-icons/16/window-minimize.png b/gtk/stock-icons/16/window-minimize.png
new file mode 100644 (file)
index 0000000..a22e3c4
Binary files /dev/null and b/gtk/stock-icons/16/window-minimize.png differ
diff --git a/gtk/stock-icons/16/window-restore.png b/gtk/stock-icons/16/window-restore.png
new file mode 100644 (file)
index 0000000..5e3ad4c
Binary files /dev/null and b/gtk/stock-icons/16/window-restore.png differ